ActiveReports 11
Record Constructor

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports Namespace > Record Class : Record Constructor
The index of the record.
The dictionary which maps field names to field indexes.
The list of record's fields values
Initializes a new instance of the Record.
Syntax
'Declaration
 
Public Function New( _
   ByVal index As Integer, _
   ByVal fieldNames As IDictionary(Of String,Integer), _
   ByVal data As IList(Of Variant) _
)
public Record( 
   int index,
   IDictionary<string,int> fieldNames,
   IList<Variant> data
)

Parameters

index
The index of the record.
fieldNames
The dictionary which maps field names to field indexes.
data
The list of record's fields values
See Also

Reference

Record Class
Record Members